@charset "utf-8";
/*banner*/
.banner{
	width: 100%;
	min-width: 1200px;
	height: 600px;
}
.banner>div.active{
	display:block;
}
.banner>div{
	transition: all 0.2s;
	display:none;
	position: absolute;
	width: 100%;
	min-width: 1200px;
	height: 600px;
}

.banner_click{
	opacity: 1;
     min-width: 1200px;
	margin-top: -600px;
	z-index: 11000;
	width: 100%;
	height: 0px;
	position: absolute;
}
.banner_click>ul{
     width: 100px;
     height: 12px;
     margin: 572px auto 0;
}
.banner_click>ul>li{
     float: left;
     list-style: none;
     width: 12px;
     height: 12px;
     background: #999999;
     opacity: 0.8;
}
.banner_click>ul>li+li{
     margin-left: 10px;
}
.banner_click>ul>li.active{
     background: #3DC0FF;
}
.banner_click>ul>li>a{
     display: block;
     width: 100%;
     height: 100%;
}

.keyword{
	height: 70px;
	width: 100%;
	box-shadow: 1px 0px 9px 1px rgba(0,0,0,0.2);
}
.keyword>.M{
	height: 70px;
}
.keyword>div>ul>li{
	margin-top: 28.5px;
	float: left;
	list-style: none;
	/*height: 14px;*/
	line-height: 14px;
	/*margin-right: 20px;*/
	font-size: 14px;
	color: #999;
}
.keyword>div>ul>li:nth-child(1){
	font-weight: bold;
	color: #333;
	margin-right: 10px;
}
.keyword>div>ul>li>a{
	display: block;
	padding: 0 10px;
	font-size: 14px;
	line-height: 14px;
	height: 14px;
	color: #666;
}
.keyword>div>ul>li:last-child>a{
	border-right:none;
}

.search{
	float: right;
	width: 349px;
	height: 39px;
}
.search>input:first-child{
	margin-top: 19px;
	padding: 8px;
    width: 331px;
    height: 15px;
	border-radius: 8px;
	background-color: rgba(0,0,0,0);
	border: 1px solid #B3B3B3;
	outline: none;
}
.keyword form input:nth-child(2){
	position: absolute;
	margin-top: -33px;
	margin-left: 306px;
    	width: 50px;
    	height: 33px;
    	border: none;
}

.search>a{
	z-index: 1000;
    position: absolute;
    margin-top: -24px;
    margin-left: 250px;
}